home *** CD-ROM | disk | FTP | other *** search
- TrueView is a simple textviewer showing the quailty of TrueType fonts
- rendered with ttrender.library. Parameters:
-
- It accepts following parameter template:
-
- FILE/A,FONTNAME=-f/K/N/A,FONTSIZE=-s/K/N,SMARTWRAP=-w/K,JUSTIFY=-j/K
-
- FILE - Filename to load. It should be ASCII text file encoded accroding
- to your local "ENV:ttfcodepage". Note that without the codepage viewer
- will use ISO-8859-1 encoding suitable for US and most western european
- languages. Loading of big files (200 kB or more) may take a while.
-
- FONTNAME - Name of font used to display the text. Should be given
- without ".ttf" suffix. Font will be searched in "PROGDIR:" and in
- "FONTS:_TrueType_Outlines/" directory.
-
- FONTSIZE - Size of font. Too big size (bigger than 300 - 400) may stop
- ttrender.library to render anything.
-
- FOLLOWING FEATURES ARE NOT FULLY IMPLEMENTED YET
-
- SMARTWRAP - Turns smart line wrapping on. It works the same as
- @SMARTWRAP command in v40 AmigaGuide. Every single linefeed in text is
- converted to space. Two consecutive linefeeds are converted to one. This
- way following lines separated with one linefeed are treated as single
- paragraph.
-
- JUSTIFY - Text justification - may be "left" (default), "right",
- "center" and "full". Note: in full justification the last line of every
- paragraph is left-justified.
-
-
-